Welcome![Sign In][Sign Up]
Location:
Search - cube JAVA

Search list

[Other resourcejava俄罗斯方块多人对战版源程序

Description: 俄罗斯方块,能实现单人和多人的模式,但还有个漏洞,希望大家指出-Rubik's cube, able to single and multiplayer mode, but there are flaws, we hope that
Platform: | Size: 360197 | Author: 许梓风 | Hits:

[JSP/Javajava-codes

Description: 本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码中还有大量功能,如智能搜索求解魔方,目前正在制作图形控制界面,也可用于applet嵌入网页中,Frame,也可做成java bean组件,有java bean需要的,请与作者本人联系。-procedures for the release of the test Cube (MoFang.java), contains all the core code and the Notes, debug, test code. You can use the mouse rotation Cube, on the keyboard keys in the direction of solving the mobile location, in addition, the code still has a lot of features such as intelligent search solving Rubik's cube, is currently producing graphical control interface can also be used applet embedded in a Web page, Frame, but also will create java bean units, java bean in need, please contact the author himself.
Platform: | Size: 13699 | Author: 潘作为 | Hits:

[JSP/Javajava-codes

Description: 本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码中还有大量功能,如智能搜索求解魔方,目前正在制作图形控制界面,也可用于applet嵌入网页中,Frame,也可做成java bean组件,有java bean需要的,请与作者本人联系。-procedures for the release of the test Cube (MoFang.java), contains all the core code and the Notes, debug, test code. You can use the mouse rotation Cube, on the keyboard keys in the direction of solving the mobile location, in addition, the code still has a lot of features such as intelligent search solving Rubik's cube, is currently producing graphical control interface can also be used applet embedded in a Web page, Frame, but also will create java bean units, java bean in need, please contact the author himself.
Platform: | Size: 13312 | Author: 潘作为 | Hits:

[Game ProgramJAVA 3D 魔方源代码

Description: JAVA 3D 魔方源代码-Java 3D Cube source code
Platform: | Size: 13312 | Author: 网络小子 | Hits:

[Game Programjar_html

Description: 用java3d写的魔方-with java3d write Cube
Platform: | Size: 29696 | Author: 顾申华 | Hits:

[Game Programrubik

Description: 一位高手写的魔方小游戏,挺好玩的。-was a master of magic cube small games, playing very well.
Platform: | Size: 4096 | Author: 全志强 | Hits:

[Other Riddle games简单的小游戏

Description: 用java编的一个魔方的游戏,如果有不好的地方,请站长指正。谢谢!-series with a Rubik's cube of the game, if there are bad things, correct head. Thank you!
Platform: | Size: 4096 | Author: 张盟 | Hits:

[3D GraphicJava3Dchange

Description: 用java实现的三维控件内立方体的各种几何变换,如”旋转“,”缩放“”平移“等。-used to achieve the three-dimensional cube within the control of various geometric transformation, as "revolving", "zoom", "Translation."
Platform: | Size: 12288 | Author: 刘潇 | Hits:

[Other Gamesjava俄罗斯方块多人对战版源程序

Description: 俄罗斯方块,能实现单人和多人的模式,但还有个漏洞,希望大家指出-Rubik's cube, able to single and multiplayer mode, but there are flaws, we hope that
Platform: | Size: 360448 | Author: 许梓风 | Hits:

[3D Graphicjava-codes

Description: JAVA 3D 魔方源代码:用Java3d开发的魔方-JAVA 3D Cube source code: the development of the Rubik
Platform: | Size: 13312 | Author: joanna | Hits:

[JSP/Javajavamofang

Description: JAVA 3D 魔方源代码 JAVA 3D 魔方源代码-JAVA 3D Cube JAVA 3D Cube source code source code
Platform: | Size: 67584 | Author: | Hits:

[3D Graphiccube

Description: 各种魔方地实现代码. -Code to realize all kinds of magic cube.
Platform: | Size: 1410048 | Author: | Hits:

[JSP/Javamarchingcubes

Description: 由java实现的marching cube-Java achieved by the marching cube
Platform: | Size: 36864 | Author: jiangfu | Hits:

[androidopenGL-S

Description: openGL-es 3D 正方体,触摸旋转,照片贴图,ANDROID的源代码-openGL-es 3D cube, touch rotation, photo mapping, ANDROID source code
Platform: | Size: 2008064 | Author: pys | Hits:

[Game Programmofang(java)

Description: 像我们小时候玩的9宫魔方一样(内有详细解释),可以用鼠标实现旋转 -Like we were young, like play with 9 Palace Cube (with detailed explanation), you can use the mouse to achieve rotation
Platform: | Size: 4096 | Author: 郭应海 | Hits:

[Game Programt3d

Description: android 3d cube demo.
Platform: | Size: 171008 | Author: sam | Hits:

[JSP/JavaMagicCubeSrc

Description: Magic cube game source code
Platform: | Size: 532480 | Author: mbbill | Hits:

[OthermagicCube2x2x2

Description: using search tree solve magice cube
Platform: | Size: 18432 | Author: hello | Hits:

[Software Engineeringcube-java-source-code

Description: 魔方java源代码,本文只供交流学习,程序也有可能有不完善的地方。-Rubik' s cube java source code, this article is for the exchange of learning, the program may have imperfections.
Platform: | Size: 23552 | Author: marry | Hits:

[OtherJAVA

Description: 定义长方体类Cuboid,要求如下:(1)私有成员变量包括长length、宽width和高height;(2)构造方法包括一个公共的空构造方法,一个能够初始化所有成员变量的构造方法;(3)包括所有的setter和getter方法,其中setter方法要求对形参进行验证,例如长、宽和高都大于0;(4)功能方法包括计算表面积getArea()、计算体积getCubage()、判断是否正方体isCube()、输出该长方体的长宽高printCuboid()、绘制该长方体(给出提示信息即可)drawing()。 测试一要求如下:(1)利用空构造方法创建一个新的长方体对象cuboidA,然后利用setter方法设置长宽高分别为1.5、2.6和18.6,(2)调用printCuboid()方法输出cuboidA的基本信息,调用isCube()方法判断是否正方体;(3)调用方法drawing()模拟绘制该长方体。 测试二要求如下:(1)利用构造方法创建一个具有长宽高分别为2.5、6.8和8.0的长方体对象cuboidB,然后利用setLength()方法修改length为4.6;(2)调用getArea()方法计算表面积;(3)调用getCubage计算该长方体的体积。(The cuboid class cuboid is defined as follows: (1) the private member variables include length, width and H eight; (2) the construction method includes a public empty construction method, a construction method that can initialize all member variables; (3) all setter and getter methods are included, where the setter method requires to verify the parameters, such as length, width and height are greater than 0 (4) the function methods include calculating the surface area getarea (), calculating the volume getcube (), judging whether the cube is iscube (), outputting the length, width and height printcube (), drawing the box (just give the prompt information) drawing ().)
Platform: | Size: 15360 | Author: OOR. | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net